]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/tim
Merge commit '7558a961a03b3a9d26fafc69d9665e4aadf47738' from js2-mode
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / tim
1 # name: times { |n| ... }
2 # key: tim
3 # --
4 times { |${n}| $0 }